Paste #127540 |
pasted on 10.10.2019 14:25
- Edit to this paste
- Raw
-
Compare with paste
#
Text paste
1 2 3 4 5 6 7 8 9 10 11 12 | filebeat.inputs:
- type: log
enabled: true
paths:
- /var/log/maillog*
output.logstash:
hosts: ["192.168.199.146:5044"]
xpack.monitoring:
enabled: true
elasticsearch:
hosts: ["http://192.168.199.146:9200"]
|
